From: Juanma Barranquero Date: Thu, 24 Mar 2011 01:57:22 +0000 (+0100) Subject: lisp/vc-annotate.el: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17^2~123 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a4477c446ae8018a529e4a229a6481d3e09ecddb;p=emacs.git lisp/vc-annotate.el: Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59d4c0a0fff..f02ce333716 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-03-24 Juanma Barranquero + + * vc-annotate.el (vc-annotate-show-log-revision-at-line): + Fix typo in docstring. + 2011-03-19 Eli Zaretskii * emerge.el (emerge-metachars): Separate value for ms-dos and diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 45cb2aee5a9..35c105027b3 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -488,7 +488,7 @@ Return a cons (REV . FILENAME)." "Visit the log of the revision at line. If the VC backend supports it, only show the log entry for the revision. If a *vc-change-log* buffer exists and already shows a log for -the file in question, search for the log entry required and move point ." +the file in question, search for the log entry required and move point." (interactive) (if (not (equal major-mode 'vc-annotate-mode)) (message "Cannot be invoked outside of a vc annotate buffer")